Active Query Builder 2 .NET Edition reference
FindIndex<T>(MetadataQualifiedNamePart) Method



Returns the index of first found metadata item that matches the name defined by MetadataQualifiedNamePart.
Syntax
'Declaration
 
Public Overloads Function FindIndex(Of T As MetadataItem)( _
   ByVal namePart As MetadataQualifiedNamePart _
) As System.Integer
'Usage
 
Dim instance As MetadataList
Dim namePart As MetadataQualifiedNamePart
Dim value As System.Integer
 
value = instance.FindIndex(Of T)(namePart)
public System.int FindIndex<T>( 
   MetadataQualifiedNamePart namePart
)
where T: MetadataItem
public: System.int FindIndex<T>( 
   MetadataQualifiedNamePart* namePart
) 
where T: MetadataItem

Parameters

namePart

Type Parameters

T
See Also

Reference

MetadataList Class
MetadataList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback